home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / mathffp_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  428b  |  24 lines

  1. #ifndef _LVO_MATHFFP_LIB_H
  2. #define _LVO_MATHFFP_LIB_H
  3.  
  4. /*
  5.  *  $VER: mathffp_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_SPFix    (-0x1E)
  11. #define    LVO_SPFlt    (-0x24)
  12. #define    LVO_SPCmp    (-0x2A)
  13. #define    LVO_SPTst    (-0x30)
  14. #define    LVO_SPAbs    (-0x36)
  15. #define    LVO_SPNeg    (-0x3C)
  16. #define    LVO_SPAdd    (-0x42)
  17. #define    LVO_SPSub    (-0x48)
  18. #define    LVO_SPMul    (-0x4E)
  19. #define    LVO_SPDiv    (-0x54)
  20. #define    LVO_SPFloor    (-0x5A)
  21. #define    LVO_SPCeil    (-0x60)
  22.  
  23. #endif
  24.